Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: UI ComboBox in DatagridColumn
Post: UI ComboBox in DatagridColumn

Hello, I crate a DataGrid and I want to insert for every row in the third column a ComboBox. I am so far til now: def getUIContent(): my_toolProperty = sdk.ToolPropertyContainer() # Defin...
BollerwagenIng GUI 1 1,725 Aug-30-2019, 11:04 AM
    Thread: String + Number from List
Post: String + Number from List

I have a string and a list with numbers. myString = ("go ") myList = [1, 2, 3, 4]And I want that output: Output:go 1 go 2 go 3 go 4how can I connect them?
BollerwagenIng General Coding Help 5 3,194 Aug-25-2019, 10:38 AM
    Thread: Select a part of an element of a list with Index
Post: Select a part of an element of a list with Index

I've created a list with a for loop and got elements with many elements... How can I make this easier? cmc = [] CYC1 = cmc[0] CYC2 = cmc[1] CYC3 = cmc[2] CYC4 = cmc[3] c ...
BollerwagenIng General Coding Help 0 1,859 Aug-09-2019, 09:27 AM
    Thread: Get all values of for loop with an index
Post: RE: Get all values of for loop with an index

Yes! I made an append but now my new list has 10 elements. How can I split them to get every element fro 62 to72? Already tried with another for loop ://
BollerwagenIng General Coding Help 2 2,506 Aug-09-2019, 07:58 AM
    Thread: Get all values of for loop with an index
Post: Get all values of for loop with an index

I've read a text file and got my ten lines with a for loop: j = 871 i=0 counter = list(range(10)) for i in counter: CYC1=('\n'.join(map(str, f06FileSpecM1[j+i:j+i+1]))) print(CYC1) [color=#2E...
BollerwagenIng General Coding Help 2 2,506 Aug-09-2019, 07:12 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020