Marin IvandiC

Greenhorn
+ Follow
since Mar 18, 2015
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
1
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Marin IvandiC

hey,

i have part of code that i adding new subject to tab student that have couple of students, each time when i create new subject a get a new tab.. please can you help me
8 years ago
Hey,

I need idea how to make small widget with composit block that before expanding I have label name and tex filed with value and after i expand i'm going to have all data..

Do you maybe have any idea or advice..Thanks
8 years ago
This is part of my code for writing blocks,

problem is when i want to remove one of the blocks i get empty space on his position, I want to make that when i remove block everything that is in the list is going to change position dynamically..

8 years ago
Hey,

I have questions about working with lists,

I write my da ta with composits blocks in GUI, but now when i dispose one of the block i need to make that block that is below the block that i dispose dynamically change position..Now if i have 4 blocks, and I'm deleting second block, I want to make that block 3 and 4 come on the position 2 and 3 because when i delete block 2 on his position is empty space..
8 years ago
This is my node


and this is my read function for that node
8 years ago
Hey,

I slove my problem for disposing now i have question what I need to do when I need show in GUI couple of this same block beacuse I have couple of nodes that i need to read and show them one below other
8 years ago
Sorry,

this is my block that I need dispose
8 years ago
Hey guys,

I build some app, and now i ahve some problems what to do.

my first question is when I read everythingin my GUI i have some blockes where i read data and now i want to dispose that i make part how to dispose block on button, but now hot to dispose data that I read in list.

My second question is when i read data from XML file everything is good, but when i have same blocks wtih same date I need read eeverythin how can i read that and put everything in couple of blocks with different data but with same fileds..


8 years ago
hey,

I'm using SWT for building my GUI and I have problem with composite block. I make my app troug groups of composite block, and now i don't now how to write something inside filelds that are inside blocks. beacuse I'm using another class where I can put everything that i read from XML..

My composit looks like this


And my userinterface look like this adn I have problem to make scroll to work and I don't now ho to make element or text filed resaizble ...

8 years ago
Hey,

i'm doing my assigment and I want to make save and open button to work, I'm using SWT so please can somebody help me

8 years ago
Hey,

I'm doing similar assigment for reading xml and saving him, can you help me and tell e what I'm need for make save, save as and open action to work,,, beacuse exit and new file action is working.. This is my code for gui



8 years ago
I now how to create XML but I have some problem with combo box and check box I can't read the value and set is it true or false do you maybe have any idea wtih that, writing and creating xml is easy when I do hardcore of child tags that I want to write inside tag, but problem is when i wnat insert that same form gui
8 years ago
Hey, with method creatXml i'm creating xml
8 years ago
Hey I have one more question about this GUi,

I make read method and I'm reading from my xml file but now i want to write something inside my xml (I make sam xml file with same parametar that I read inside class current data)

This is my code for reading and writing

This is my current data class



This is my gui code

Now I want have change my username and have possibiltiy to save into xml but I don't now how to make writing in xml and how to enable save and save as..
8 years ago
Hey,

I'm building GUI and hole app is going to read and rewirte on xml file..

First I make function for read and write and they are working, but now I decide to make one class where I'm going to have get and set.. This is my class wehre I need to read everything from xm

This is my function for reading

And this is my code for writing(creating xml with same nodes and attributes)




Now my idea is when I start app that everythinf from xml is going to read from xml and trough get is going to show on my interfacei, when I edit I'm going to save and with function create I'm going to make same xml file with different paramters... Idea how to make something or how to use serialization
8 years ago